Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 159 Bytes

6.3.8 - Table->exist.md

File metadata and controls

9 lines (7 loc) · 159 Bytes

Table->exist

检查table中是否存在某一个key

bool swoole_table->exist(string $key);
  • 存在返回true
  • 不存在返回false